docs: update sdk-js changelog for v0.0.138#260
Conversation
Co-Authored-By: unknown <>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
WalkthroughA new changelog entry was added for the JavaScript SDK, documenting version 0.0.138 released on August 8, 2025. The entry notes a fix for an SMS error, referencing pull request #158. No other changes or public API modifications are included. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
Poem
✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | 5cd89fa | Commit Preview URL Branch Preview URL |
Aug 08 2025, 10:13 PM |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
content/Changelog/sdk-js.mdx (1)
18-18: Wording/style nit: avoid redundancy and fix capitalization.Use a noun phrase after “Fixed:” and capitalize “SMS” to align with prior entries.
Also confirm PR #158 is the correct reference for this fix and that no other lines changed unintentionally.
Apply:
- - **Fixed**: Fix the sms error ([PR #158](https://github.com/agentuity/sdk-js/pull/158)) + - **Fixed**: SMS error ([PR #158](https://github.com/agentuity/sdk-js/pull/158))
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
content/Changelog/sdk-js.mdx(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Workers Builds: docs
🔇 Additional comments (1)
content/Changelog/sdk-js.mdx (1)
10-16: Structure/format LGTM for v0.0.138.Header, Callout date, and “### Changes” match surrounding entries (e.g., v0.0.137). No structural issues.
docs: add PR link to v0.0.138 changelog entry
Summary
This PR adds the missing PR link to the v0.0.138 changelog entry in the main repository. The entry was already present but lacked the PR reference for consistency with other changelog entries.
Changes:
CHANGELOG.mdto include PR Update CLI changelog for v0.0.135 #158 link for the "Fix the sms error" entry in v0.0.138This is a companion change to the docs repository PR that adds the v0.0.138 entry to the documentation changelog.
Review & Testing Checklist for Human
Test Plan: Review the changelog file to ensure the link renders correctly and matches the established format.
Diagram
%%{ init : { "theme" : "default" }}%% graph TD MainRepo["agentuity/sdk-js<br/>Main Repository"] DocsRepo["agentuity/docs<br/>Documentation Repository"] MainChangelog["CHANGELOG.md<br/>(v0.0.138 entry)"]:::minor-edit DocsChangelog["content/Changelog/sdk-js.mdx<br/>(v0.0.138 entry)"]:::context MainRepo --> MainChangelog DocsRepo --> DocsChangelog MainChangelog -.->|"mirrors info"| DocsChangelog subgraph Legend L1[Major Edit]:::major-edit L2[Minor Edit]:::minor-edit L3[Context/No Edit]:::context end classDef major-edit fill:#90EE90 classDef minor-edit fill:#87CEEB classDef context fill:#FFFFFFNotes
Summary by CodeRabbit